Release 10.1A: OpenEdge Development:
ProDataSets
Business Entity object
The Business Entity “owns” the data that constitutes a business object. This means that each running instance of a Business Entity procedure represents and holds the data for a particular object. If the Business Entity is for an
Orderand uses temp-tables for theOrderheader and for itsOrderLines, then typically an instance of the entity would hold the data for a singleOrderand itsOrderLines. In some cases, of course, a Business Entity could be used for a more specialized purpose, such as retrieving all theOrderheaders for aSalesRep, as one of the earlier examples shows, and returning those to the client, so that the client can then request detail for anOrderin a subsequent call. There can be a wide variety to these specialized types of requests, and they will vary a lot from entity to entity.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |